PDF Xpress™ supports saving a PDF document to a file on the local file system. To save a PDF document to file, call the SaveDocument method.
![]() |
Remote file access (HTTP / FTP) is not supported by PDF Xpress. |
![]() |
PDF Xpress saves all documents in PDF version 1.6 if changes have been made to the document; if changes have not been made, then the version is unchanged. |
VB Example | ![]() |
---|---|
'This code demonstrates saving a PDF to a file Dim so As New SaveOptions so.FileName = "C:\test1.pdf" document.SaveDocument so error: MsgBox pdfxpress1.PdfError |